* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
ul,
li,
ol,
dl,
p {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #ff7d00;
}
a {
    transition: color 0.6s;
    -moz-transition: color 0.6s;
    -webkit-transition: color 0.6s;
    -o-transition: color 0.6s;
}
.box {
    max-width: 1400px;
    margin: auto;
}
.pos-re {
    position: relative;
}
.dflex {
    display: flex;
}
.fr {
    float: right;
}
.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* .border-top5 {
    border-top: 5px solid #f7f7f7;
} */
.clear {
    clear: both;
    overflow: hidden;
}
/* 轮播悬浮放大 */
a:hover img,
.carousel-item:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.hover-img a img,
.carousel-item img {
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
}

.hover-img a:hover img,
.hover-img.a:hover img,
.carousel-item:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/* 内外边距 */
.mt15 {
    margin-top: 15px;
}
.mt50 {
    margin-top: 50px;
}
.mt130 {
    margin-top: 130px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml33 {
    margin-left: 33px;
}
.ml40 {
    margin-left: 40px;
}
.ml60 {
    margin-left: 60px;
}
.mt24 {
    margin-top: 24px;
}
.mt36 {
    margin-top: 36px;
}
.mt32 {
    margin-top: 32px;
}
.mt42 {
    margin-top: 42px;
}
.mt60 {
    margin-top: 60px;
}
.mt100 {
    margin-top: 100px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb60 {
    padding-bottom: 60px;
}
.pt60 {
    padding-top: 60px;
}
.pt100 {
    padding-top: 100px;
}
.mt80 {
    margin-top: 80px;
}
.mt30 {
    margin-top: 30px;
}
.mt36 {
    margin-top: 36px;
}
.mt55 {
    margin-top: 55px;
}
.ml-38 {
    margin-left: -38px;
}
/* 滚动条 */
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ddd;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: transparent;
}
/* 字体大小 */
.font16 {
    font-size: 16px;
}
.font32 {
    font-size: 32px;
}
.font30 {
    font-size: 30px;
}
.font20 {
    font-size: 20px;
}
.font24 {
    font-size: 24px;
}
.font26 {
    font-size: 26px;
}
.bold {
    font-weight: bold;
}
/* 字体颜色 */
.color-white {
    color: #fff;
}
.color-gray {
    color: #999;
}
.bg-gray {
    background: #f7f7f7;
}
.bg-white {
    background: #fff;
}
/* 分页 */
.page {
    padding: 15px 20px;
    text-align: left;
    color: #ccc;
    text-align: center;
}
.page a {
    display: inline-block;
    color: #333;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #dcdee2;
    margin: 5px 5px;
    border-radius: 4px;
    vertical-align: middle;
}
.page a:hover {
    text-decoration: none;
    color: #00afb9;
}
.page span.current {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    box-sizing: border-box;
    background-color: #00afb9;
    border: 1px solid #00afb9;
    border-radius: 4px;
    vertical-align: middle;
}
.page span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 5px 5px;
    color: #fff;
    box-sizing: border-box;
    background-color: #00afb9;
    border: 1px solid #00afb9;
    border-radius: 4px;
    vertical-align: middle;
}
.page span.disabled {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin: 0 2px;
    color: #ccc;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}
.nextPage,
.prevPage {
    color: #666 !important;
}
/* logo  搜索 */
.myContainer {
    height: 75px;
    justify-content: space-between;
    align-items: center;
}
.logo-box {
    width: 180px;
    height: 48px;
    /*background: #00a4ad;*/
    opacity: 0.8;
    text-align: center;
    line-height: 48px;
}
.search-box {
    position: relative;
    width: 262px;
}
.search-box input.form-control {
    border-radius: 20px;
    border: 0;
    background: #eef3f6;
}
.search-box input.form-control::placeholder {
    color: #999999;
    font-size: 14px;
}
.search-img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 7px;
}
/* 导航条 */
.nav-box {
    border-top: 1px solid #efeff1;
    box-sizing: border-box;
    background: #fff;
    line-height: 46px;
}
.nav-box .bg-light {
    padding: 0;
    background: none !important;
}
.nav-box .navbar-nav {
    width: 100%;
}
.nav-link {
    padding: 0.44rem 1rem;
}
.navbar-brand {
    display: none;
}
.nav-box .navbar-nav .nav-item {
    width: 20%;
    font-size: 16px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #00a4ad;
}
.navbar-light .navbar-nav .nav-link.active span,
.navbar-light .navbar-nav .nav-link.show span {
    border-bottom: 3px solid #00a4ad;
    padding-bottom: 17px;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
}
.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-divider {
    margin: 0;
    border-top: 1px solid #ecedef;
    opacity: 1;
}
.dropdown-item {
    padding: 0 1rem;
    color: #999;
    line-height: 40px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #999;
    background-color: #ecedef;
}
.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 0;
    border-bottom: 1px solid #efeff1;
}
@media screen and (max-width: 992px) {
    .navbar-brand {
        display: block;
    }
}
/* 回到顶部 */
.back-top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 99999;
    opacity: 0.9;
    display: none;
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: bottom 1s;
}
/* 页面共用banner的mask 字体 */
.banner {
    width: 100%;
    height: 360px;
    position: relative;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(67, 67, 67, 0.3);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.en-name {
    font-size: 38px;
    color: #fff;
    opacity: 0.3;
    letter-spacing: 4px;
    margin-top: -60px;
}
.ch-name {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
/* 面包屑 */
.breadcrumb-item {
    font-size: 16px;
}
.breadcrumb-item.active {
    color: #00a4ad;
}
.box-crumb {
    padding: 20px 0;
}
.breadcrumb {
    margin-bottom: 0;
}
/* 版权 */
.footer {
    padding: 35px;
    text-align: center;
    font-size: 16px;
    color: #212121;
}

.nodate{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 30px 0px 50px 0px;
    color: #666666;
}
